Install on Fedora Server

  1. Create the file /etc/yum.repos.d/grafana.repo and add the following contents:

    [grafana]
     name=grafana
     baseurl=https://packages.grafana.com/enterprise/rpm
     repo_gpgcheck=1
     enabled=1
     gpgcheck=1
     gpgkey=https://packages.grafana.com/gpg.key
     sslverify=1
     sslcacert=/etc/pki/tls/certs/ca-bundle.crt
  2. Update repositories

    dnf update && dnf install grafana-enterprise
  3. Start the server

    systemctl daemon-reload
    systemctl enable --now grafana-server
    systemctl status grafana-server
  4. By default, the port for Grafana is 3000. Make sure to open that port in the firewall for tcp.